docs: Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Fri, 14 Aug 2020 00:31:53 +0000 (20:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 14 Aug 2020 02:24:06 +0000 (22:24 -0400)
gdk/gdkdrawcontext.c

index 6819cb74bd679e4d5754eadb8b74fec59100eaa0..75d7e61546c6f2cbc4b3a74cdbff82a777dee03b 100644 (file)
@@ -35,7 +35,7 @@
  * rendering methods, such as #GdkGLContext or #GdkVulkanContext. It provides
  * shared functionality between those contexts.
  *
- * You will always interact with one of those s.ubclasses.
+ * You will always interact with one of those subclasses.
  *
  * A GdkDrawContext is always associated with a single toplevel surface.
  */
@@ -161,7 +161,7 @@ gdk_draw_context_class_init (GdkDrawContextClass *klass)
   /**
    * GdkDrawContext:surface:
    *
-   * The #GdkSurface the gl context is bound to.
+   * The #GdkSurface the context is bound to.
    */
   pspecs[PROP_SURFACE] =
     g_param_spec_object ("surface",